@charset "utf-8";

.nav li .list dl dt,
.nav li .list dl dd a {
  font-size: 14px;
}

.pageBanner {
  height: 710px;
  position: relative;
  background: center fixed no-repeat;
  background-size: cover;
}

.pageBanner .layer {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 58px;
  font-weight: 100;
  letter-spacing: 5px;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.6);
}

.pageBanner .layer span {
  font-size: 64px;
}

.about_01 {
  min-height: 788px;
  background: #21cdea;
  padding-top: 233px;
  color: #FFF;
  overflow: hidden;
}

.about_01 .slick-list {
  overflow: visible
}

.about_01 .wal {
  max-width: 1155px;
}

.about_01 .slick {
  padding: 0 30px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.about_01 h2 {
  font-size: 27px;
  letter-spacing: 3px;
  height: 75px;
  position: relative;
  line-height: 50px;
}

.about_01 h2 img {
  position: absolute;
  top: 0px;
  left: 170px;
  width: 50px;
  transition: all 0.3s ease
}

.about_01 .slick:hover h2 img {
  transform: scale(1.2)
}

.about_01 .line {
  width: 18px;
  height: 28px;
  border-top: #a8e7f5 solid 2px;
}

.about_01 p {
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.about_01 .slick-arrow {
  display: block;
  background: url(../image/prev31.png) center no-repeat;
  background-size: cover;
  width: 31px;
  height: 59px;
  position: absolute;
  z-index: 10;
  top: 150px;
  opacity: .3;
}

.about_01 .slick-arrow:hover {
  opacity: .8;
}

.about_01 .slick-prev {
  left: -95px;
}

.about_01 .slick-next {
  right: -95px;
  background-image: url(../image/next31.png);
}

.about_02 {
  background: #f2f2f6;
  min-height: 50px;
  text-align: center;
}

.about_02 .wal {
  max-width: 1040px;
}

.about_02 .title {
  color: #21cdea;
  font-weight: 400;
  font-size: 40px;
  padding: 70px 0;
}

.about_02 .slick {
  height: 180px;
  position: relative
}

.about_02 .slick a {
  display: inline-block;
  position: relative;
  cursor: default
}

.about_02 .slick p {
  width: 100%;
  height: 100%;
  background: rgba(45, 208, 235, .8);
  color: #fff;
  text-align: center;
  line-height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 18px
}

.about_02 .slick a:hover p {
  transform: scale(1)
}

.about_02 .slick img {
  width: 235px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.about_02 .slick-dots {
  padding-top: 40px;
  font-size: 0px;
  padding-bottom: 40px
}

.about_02 .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.about_02 .slick-dots .slick-active {
  background: #29def3;
}

.about_03 {
  min-height: 50px;
  position: relative;
}

.about_03 .slick a {
  display: block;
  background: center no-repeat;
  background-size: cover;
  height: 780px;
}

.about_03 .slick-dots {
  font-size: 0px;
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.about_03 .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.3);
}

.about_03 .slick-dots .slick-active {
  background: #fff;
}

.about_05 {
  background: url(../image/img640.jpg) center fixed no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF;
}

.about_05 .title {
  font-weight: 400;
  font-size: 40px;
  padding: 50px 0;
  padding-top: 70px
}

.about_05 .content {
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
  color: #e6e6ee;
  padding: 0 30px;
}

.about_05 .msg {
  font-size: 17px;
  padding: 25px 0;
  color: #e6e6ee;
}

.about_05 .img {
  padding-bottom: 50px;
}

.about_05 .slick-dots {
  padding-top: 140px;
  font-size: 0px;
  display: none !important;
}

.about_05 .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.about_05 .slick-dots .slick-active {
  background: #29def3;
}

.about_04 .slick-dots {
  padding-top: 140px;
  font-size: 0px;
  display: none !important;
}

.about_04 .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.about_04 .slick-dots .slick-active {
  background: #29def3;
}

.about_04 {
  background: url(../image/about_04.jpg) center fixed no-repeat;
  background-size: cover;
  text-align: center;
}

.about_04 .wal {
  height: 786px;
  max-width: 1176px;
}

.about_04 .title {
  font-weight: 400;
  font-size: 40px;
  padding: 120px 0;
}

.about_04 .imgDiv img {
  width: 135px;
}

.about_04 .name {
  font-size: 16px;
  line-height: 25px;
  padding: 30px 0 10px 0;
}

.about_04 i.line {
  display: block;
  margin: 0 auto;
  width: 33px;
  height: 30px;
  border-top: #666 solid 2px;
}

.about_04 p {
  font-size: 17px;
  line-height: 25px;
  padding: 0 25px
}

.about_04 .slick-arrow {
  display: block;
  background: url(../image/prev34.png) center no-repeat;
  background-size: cover;
  width: 34px;
  height: 67px;
  position: absolute;
  z-index: 10;
  top: 130px;
}

.about_05 .slick-arrow {
  display: block;
  background: url(../image/prev34_5.png) center no-repeat;
  background-size: cover;
  width: 34px;
  height: 67px;
  position: absolute;
  z-index: 10;
  top: 33%;
  transform: translateY(-50%)
}

.about_04 .slick-prev {
  left: -95px;
}

.about_05 .slick-prev {
  left: -95px;
}

.about_04 .slick-prev:hover {
  background-image: url(../image/prev34on.png);
}

.about_05 .slick-prev:hover {
  background-image: url(../image/prev34on.png);
}

.about_04 .slick-next {
  right: -95px;
  background-image: url(../image/next34.png);
}

.about_05 .slick-next {
  right: -95px;
  background-image: url(../image/prev34_6.png);
}

.about_04 .slick-next:hover {
  background-image: url(../image/next34on.png);
}

.about_05 .slick-next:hover {
  background-image: url(../image/next34on.png);
}

.about_05 .wal {
  height: 630px
}

.about_05 .slick-list {
  top: 50%;
  transform: translateY(-50%) !important;
}

.pageBanner2 {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat
}

.pageBanner2 .wal {
  height: 328px;
  position: relative;
}

.pageBanner2 .title {
  color: #FFF;
  position: absolute;
  left: 0px;
  bottom: 70px;
  font-size: 40px;
  letter-spacing: 5px;
}

.curriculum_01 {
  height: 46px;
  border-bottom: #dadcdd solid 1px;
}

.newRtfAdd .curriculum_01 {
  border-bottom: none
}

.curriculum .title {
  padding: 65px 0;
}

.curriculum .title span {
  display: block;
  width: 145px;
  line-height: 34px;
  background: #21cdea;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}

.curriculum .title-2 span {
  background-color: #575757;
}

.curriculum li {
  border: #d0d0d0 solid 1px;
  position: relative;
  min-height: 315px;
  margin-bottom: 35px;
}

.curriculum .name {
  height: 50px;
  line-height: 49px;
  border-bottom: #eaeaea solid 1px;
  position: relative;
  font-size: 22px;
  padding: 0 110px 0 22px;
}

.curriculum .name span {
  display: block;
  position: absolute;
  top: 7px;
  right: 8px;
  background: url(../image/img89.png) center no-repeat;
  background-size: cover;
  width: 89px;
  height: 35px;
  line-height: 35px;
  padding-left: 18px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
}

.curriculum .imgDiv {
  position: absolute;
  left: -1px;
  top: 50px;
}

.curriculum .imgDiv img {
  height: 264px;
}

.curriculum .box {
  padding: 0 19px 0 400px;
  min-height: 50px;
  position: relative;
}

.curriculum .img {
  height: 65px;
  padding-top: 12px;
  text-align: center;
}

.curriculum .img img {
  width: 69px;
}

.curriculum .name2 {
  font-size: 14px;
  color: #858585;
  height: 45px;
  line-height: 45px;
  padding-left: 38px;
  background: url(../image/img18.png) 12px center no-repeat;
  background-size: .18px;
}

.curriculum .info {
  height: 77px;
  background: #b6b6b6;
  padding: 0 5px;
}

.curriculum .info dd {
  float: left;
  width: 50%;
  height: 39px;
  line-height: 38px;
  border-bottom: #a8a8a8 solid 1px;
  font-size: 14px;
  color: #FFF;
  padding-left: 31px;
  background: 7px center no-repeat;
  background-size: 16px;
  position: relative;
}

.curriculum .info .dd_01 {
  background-image: url(../image/img16_1.png);
}

.curriculum .info .dd_02 {
  background-image: url(../image/img16_2.png);
  padding-left: 41px;
  background-position: 17px center;
}

.curriculum .info .dd_02::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 1px;
  height: 24px;
  background: #a5a5a5;
}

.curriculum .info .dd_03 {
  height: 38px;
  border: 0px;
  background-image: url(../image/img16_3.png);
  width: 100%;
}

.curriculum .btn {
  padding-top: 17px;
  clear: left;
  height: 55px;
}

.curriculum .btn a {
  display: block;
  float: left;
  width: 50%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #858585;
}

.curriculum .btn a:hover {
  background: #21cdea;
  color: #FFF;
}

.pageNum {
  clear: both;
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  height: 70px;
}

.pageNum a {
  padding: 0 5px;
}

.sideSearch {
  height: 49px;
  position: relative;
  background: #e5e5e5;
}

.sideSearch .btn1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 54px;
  height: 49px;
  background: #00cfea url(../image/img54.jpg) center no-repeat;
  background-size: 54px;
}

.sideSearch .input1 {
  height: 49px;
  line-height: 49px;
  width: 100%;
  padding-left: 68px;
  font-size: 15px;
}

.sideTitle {
  height: 75px;
  position: relative;
  clear: both;
}

.sideTitle img {
  position: absolute;
  left: 40px;
  top: 25px;
  width: 40px;
}

.sideTitle span {
  display: block;
  position: absolute;
  left: 85px;
  top: 32px;
  border-left: #b8eff8 solid 1px;
  padding-left: 11px;
  line-height: 27px;
  font-size: 18px;
  color: #21cdea;
}

.sideBox {
  min-height: 100px;
  border: #d0d0d0 solid 1px;
}

.side_01 li {
  min-height: 78px;
  border-bottom: #eaeaea solid 1px;
  position: relative;
  padding-left: 78px;
}

.side_01 li:last-child {
  border: 0px;
}

.side_01 .img {
  position: absolute;
  left: 8px;
  top: 8px;
  background: #000;
  width: 63px;
  height: 63px;
}

.side_01 .img img {
  width: 63px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.side_01 .img img:first-child {
  opacity: .5;
}

.side_01 dl {
  min-height: 78px;
  border-left: #eaeaea solid 1px;
  padding: 10px;
}

.side_01 dd {
  font-size: 14px;
  height: 27px;
  line-height: 27px;
}

.side_01 li.on .img {
  background: #5ee0ff;
}

.side_01 li.on .img img:first-child {
  opacity: .15;
}

.side_03 dl {
  margin-right: -7px;
}

.side_03 dd {
  float: left;
  height: 44px;
  padding-right: 7px;
}

.side_03 a {
  display: block;
  line-height: 31px;
  padding: 0 8px;
  border: #d3d3d3 solid 1px;
  font-size: 14px;
}

.side_03 a:hover {
  background: #43d5ff;
  border-color: #43d5ff;
  color: #FFF;
}

.side_04 {
  padding: 19px 0 0 12px;
}

.side_04 li {
  float: left;
  width: 75px;
  height: 70px;
  margin-bottom: 8px;
}

.side_04 li div {
  width: 70px;
  position: relative;
}

.side_04 li img {
  width: 70px;
}

.side_04 li a {
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 13.5px;
  color: #FFF;
}

.side_04 li.on div {
  background: #5ee0ff;
}

.side_04 li.on img {
  opacity: .1;
}

/*product---add---start*/
.oh {
  overflow: hidden
}

.n-product-banner1 {
  width: 100%;
  height: 210px;
  background-image: url("../image/n-banner1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.n-product-banner1 .wal {
  height: 100%;
  padding-top: 70px
}

.n-product-banner1 .wal span {
  display: inline-block;
  color: #fff;
  vertical-align: top;
  font-size: 30px;
  line-height: 100px;
  margin-right: 80px
}

.n-product-banner1 .wal em {
  display: inline-block;
  max-width: 730px;
  color: #fff;
  vertical-align: top;
  font-size: 18px
}

.n-product-1 .wal {
  padding: 70px 0;
  overflow: hidden
}

.n-product-1 .wal li {
  float: left;
  width: 390px;
  height: 404px;
  overflow: hidden;
  margin-right: 13px;
  margin-bottom: 13px;
  position: relative
}

.n-product-1 .wal li div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease
}

.n-product-1 .wal li:hover div {
  transform: scale(1.1)
}

.n-product-1 .wal li:first-child {
  width: 794px
}

.n-product-1 .wal li:nth-child(2) {
  margin-right: 0
}

.n-product-1 .wal li:nth-child(5) {
  margin-right: 0
}

.n-product-1 .wal li:nth-child(3) {
  width: 390px
}

.n-product-1 .wal li.six {
  width: 390px !important;
}

.n-product-1 .wal li.six:nth-child(2),
.n-product-1 .wal li.six:nth-child(5) {
  margin-right: 13px !important;
}

.n-product-1 .wal li.six:nth-child(3),
.n-product-1 .wal li.six:nth-child(6) {
  margin-right: 0 !important;
}

.n-product-1 .wal li a {
  display: block;
  color: #fff;
  font-size: 30px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  line-height: 404px
}

.n-product-1 .wal li a em {
  color: #21cdea;
}

.n-product-2 {
  background: #21cdea
}

.n-product-2 .wal {
  height: 800px;
}

.n-product-2 .wal div {
  height: 100%
}

.n-product-2 .wal .imgDiv {
  position: relative;
  overflow: hidden;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  margin: 0 auto
}

.n-product-2 .wal .imgDiv:hover {
  background: #fff;
  border-color: transparent
}

.n-product-2 .wal .imgDiv img {
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px
}

.n-product-2 .wal .img1 {
  opacity: 1;
  z-index: 10
}

.n-product-2 .wal .img2 {
  opacity: 0;
  z-index: 9
}

.n-product-2 .wal .imgDiv:hover .img2 {
  opacity: 1;
  z-index: 10
}

.n-product-2 .wal .imgDiv:hover .img1 {
  opacity: 0;
  z-index: 9
}

.n-product-2 .wal ul {
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center
}

.n-product-2 .wal li {
  display: inline-block;
  cursor: pointer;
  max-width: 166px;
  margin: 0 40px;
  vertical-align: top;
  position: relative
}

.n-product-2 .wal li a {
  cursor: default
}

.n-product-2 .wal li span {
  font-size: 16px;
  color: #fff;
  padding-top: 26px;
  display: block;
  opacity: 0;
  transition: all 0.3s ease
}

.n-product-2 .wal li:hover span {
  opacity: 1
}

.n-product-2 .wal li p {
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 25px;
  padding-top: 100px;
  position: absolute;
  top: 86px;
  left: 0;
  width: 100%;
  transition: all 0.3s ease
}

.n-product-2 .wal li:hover p {
  opacity: 0
}

.n-product-3 {
  width: 100%;
  background: url("../image/n-banner3.jpg") fixed center no-repeat;
  background-size: cover
}

.n-product-3 .wal {
  height: 800px
}

.n-product-3 p {
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

.n-product-3 p span {
  display: block;
  color: #fff;
  font-size: 60px;
  text-align: center;
  margin-bottom: 65px
}

.n-product-3 p em {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 25px
}

.n-product-4 {
  padding-bottom: 115px
}

.n-product-4 .n-product-tittle {
  font-size: 30px;
  color: #282a2b;
  padding-top: 115px;
  padding-bottom: 50px
}

.n-product-4 .caseTab a {
  display: inline-block;
  margin-right: 43px;
  height: 44px;
  color: #21cdea;
  font-size: 18px;
  text-align: center;
  padding: 0 25px;
  line-height: 44px;
  border: 1px solid #21cdea;
  border-radius: 22px;
  transition: all 0.3s ease;
  margin-bottom: 20px
}

.n-product-4 .caseTab a:hover {
  background: #21cdea;
  color: #fff
}

.n-product-4 ul.tab {
  overflow: hidden;
  padding-top: 54px
}

.n-product-4 li {
  float: left;
  width: 31%;
  text-align: center;
  transition: all 0.3s ease;
  height: 564px;
  position: relative
}

.n-product-4 li .msg {
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  position: relative;
  z-index: 100;
  background: #fff
}

.n-product-4 li .country {
  width: 100%;
  height: 54px;
  background: #21cdea;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease
}

.n-product-4 li:hover .country {
  top: -54px
}

.n-product-4 li:hover .msg {
  border-color: #21cdea;
}

.n-product-4 li:nth-child(2) {
  margin: 0 3%
}

.n-product-4 li .msg1 .tittle {
  font-size: 22px;
  line-height: 65px
}

.n-product-4 li .msg1 span {
  display: block;
  font-size: 16px
}

.n-product-4 li .msg1 p {
  font-size: 60px;
  line-height: 120px;
  background: url("../image/my_1.png") 15% 50% no-repeat;
  transition: all 0.3s ease
}

.n-product-4 li:hover .msg1 p {
  background: url("../image/my.png") 15% 50% no-repeat;
  color: #21cdea
}

/*.n-product-4 li:first-child .msg1 p {
	background: url("../image/rmb.png")20% 50% no-repeat;
}
.n-product-4 li:first-child:hover .msg1 p {
	background: url("../image/rmb_1.png")20% 50% no-repeat;
}*/
.n-product-4 li .msg1 p.cny {
  background: url("../image/rmb.png") 15% 50% no-repeat;
}

.n-product-4 li:hover .msg1 p.cny {
  background: url("../image/rmb_1.png") 15% 50% no-repeat;
}

.n-product-4 li .msg1 p.no-img {
  background: none;
}

.n-product-4 li .msg2 {
  border-top: 1px solid #333;
  transition: all 0.3s ease;
  padding-top: 40px
}

.n-product-4 li .msg2 a {
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 52px;
  background: #333;
  color: #fff;
  border-radius: 25px;
  font-size: 19px;
  text-align: center;
  line-height: 52px;
  margin-top: 70px;
  transition: all 0.3s ease
}

.n-product-4 li:hover .msg2 a {
  background: #21cdea
}

.n-product-4 li:hover .msg2 {
  border-color: #21cdea;
}

.n-product-4 li .msg2 p {
  font-size: 18px;
  line-height: 45px
}

.n-product-5 {
  text-align: center;
  color: #21cdea;
  font-size: 40px;
  height: 235px;
  background: url("../image/bg1.jpg") fixed center no-repeat;
  background-size: cover
}

.n-product-5 p {
  height: 100%;
  line-height: 235px;
  cursor: pointer
}

.n-product-5 p span {
  display: inline-block;
  width: 177px;
  height: 177px;
  border-radius: 50%;
  background: #21cdea;
  vertical-align: middle;
  margin-right: 40px
}

.n-product-5 p span:after {
  content: "";
  display: block;
  width: 49px;
  height: 128px;
  background: url("../image/i1.svg") no-repeat;
  background-size: cover;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease
}

.n-product-5 p:hover span:after {
  transform: translate(-50%, -50%) scale(1.1)
}

.n-product-6 ul {
  overflow: hidden;
  padding: 175px 0
}

.n-product-6 li {
  float: left;
  width: 33.3%;
  height: 265px;
  background: url("../image/img401.jpg") no-repeat;
  background-size: cover;
  cursor: pointer
}

.n-product-6 li p {
  width: 100%;
  height: 100%;
  background: #21cdea;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 265px;
  opacity: 0;
  transition: all 0.3s ease
}

.n-product-6 li:hover p {
  opacity: 1
}

.n-product-banner2 {
  width: 100%;
  height: 494px;
  background: url("../image/n-banner4.jpg") center no-repeat;
  background-size: cover
}

.n-product-banner2 .wal {
  position: relative;
  height: 100%
}

.n-product-banner2 .wal span {
  font-size: 42px;
  color: #fff;
  position: absolute;
  bottom: 20%;
  left: 0;

  bottom: auto;
  top: 50%;
  margin-top: -27.5px;
}

.n-product-banner2 .wal span em {
  color: #21cdea
}

.n-product-7 li:nth-of-type(even) {
  background: #eeeeef
}

.n-product-7 li {
  padding: 95px 0
}

.n-product-7 li .wal div.fl {
  width: 100%;
}

.n-product-7 li .wal div.fl:nth-of-type(odd) {
  padding-right: 25px
}

.n-product-7 li .wal div.fl:nth-of-type(even) {
  padding-left: 25px
}

.n-product-7 li .wal div.fl .tittle span {
  display: inline-block;
  width: 151px;
  height: 170px;
  position: relative;
  font-size: 40px;
  transition: all 0.3s ease;
  line-height: 170px;
  text-align: center;
  color: #111
}

.n-product-7 li .wal div.fl .tittle em {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: normal;
  color: #111;
  margin-left: 30px
}

.n-product-7 li .wal div.fl .tittle span b {
  font-weight: normal;
  position: relative;
  z-index: 1000
}

.n-product-7 li .wal div.fl:hover .tittle span {
  color: #fff;
}

.n-product-7 li .wal div.fl .tittle span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../image/six_1.png") no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 100
}

.n-product-7 li .wal div.fl:hover .tittle span:before {
  opacity: 0;
  z-index: 99
}

.n-product-7 li .wal div.fl .tittle span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../image/six_2.png") no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 99
}

.n-product-7 li .wal div.fl:hover .tittle span:after {
  opacity: 1;
  z-index: 100
}

.n-product-7 li .wal div.fl p {
  font-size: 18px;
  color: #111;
  line-height: 25px;
  padding-top: 40px
}

.n-product-8 {
  text-align: center;
  width: 100%;
  height: 235px;
  background: url("../image/bg3.jpg") fixed center no-repeat;
  background-size: cover;
  line-height: 235px
}

.n-product-8 span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 80px;
  border-radius: 50%;
  overflow: hidden;
  height: 184px;
  width: 184px
}

.n-product-8 span img {
  display: block;
  transition: all 0.3s ease;
  width: 100%
}

.n-product-8:hover span img {
  transform: scale(1.1)
}

.n-product-8 div {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  color: #111;
  vertical-align: middle;
  line-height: 25px
}

.n-product-service {
  padding-bottom: 140px;
  background: url("../image/bg4.jpg") right bottom no-repeat !important;
  min-height: 668px
}

.n-product-service .tittle {
  font-size: 40px;
  color: #21cdea;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 130px
}

.n-product-service li {
  float: left;
  margin-bottom: 60px;
  width: 50%
}

.n-product-service li a {
  font-size: 30px;
  color: #060001;
  line-height: 30px;
  transition: all 0.3s ease
}

.n-product-service li a:hover {
  color: #21cdea
}

.n-product-service li a em {
  display: inline-block;
  margin-right: 25px;
  width: 28px;
  height: 6px;
  background: url("../image/ll.png") no-repeat;
  background-size: cover;
  vertical-align: middle
}

.newRtf .wal {
  max-width: 1200px
}

/*product---add---end*/
@media screen and (max-width: 1300px) {
  .newRtf .wal {
    width: 85%;
  }

  .n-product-1 .wal li {
    float: left;
    width: 33%;
    height: 4.04rem;
    overflow: hidden;
    margin-right: 0.333%;
    margin-bottom: 0.333%;
    position: relative
  }

  .n-product-1 .wal li div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all 0.3s ease
  }

  .n-product-1 .wal li:hover div {
    transform: scale(1.1)
  }

  .n-product-1 .wal li:first-child {
    width: 66.333%
  }

  .n-product-1 .wal li:nth-child(2) {
    margin-right: 0
  }

  .n-product-1 .wal li:nth-child(5) {
    margin-right: 0
  }

  .n-product-1 .wal li:nth-child(3) {
    width: 33%
  }

  .n-product-1 .wal li.six {
    width: 33% !important;
  }

  .n-product-1 .wal li.six:nth-child(2),
  .n-product-1 .wal li.six:nth-child(5) {
    margin-right: 0.333% !important;
  }

  .n-product-1 .wal li.six:nth-child(3),
  .n-product-1 .wal li.six:nth-child(6) {
    margin-right: 0 !important;
  }

  .n-product-1 .wal li a {
    display: block;
    color: #fff;
    font-size: 25px;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    line-height: 4.04rem
  }

  .n-product-1 .wal li a em {
    color: #21cdea;
  }

}